home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / daemons / migd / RCS / migPdev.h,v < prev    next >
Encoding:
Text File  |  1990-07-01  |  1.3 KB  |  68 lines

  1. head     2.0;
  2. branch   ;
  3. access   ;
  4. symbols  before_fairness_changes:2.0 ckpt1:1.1;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 2.0
  10. date     90.06.30.17.09.46;  author douglis;  state Stable;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     90.02.15.19.19.17;  author douglis;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Declarations of functions and variables for the migration
  22. daemon pseudo-device management.
  23. @
  24.  
  25.  
  26. 2.0
  27. log
  28. @Changing version numbers.
  29. @
  30. text
  31. @/*
  32.  * migPdev.h --
  33.  *
  34.  *    Declarations of functions and variables for the migration
  35.  *    daemon pseudo-device management.
  36.  *
  37.  * Copyright 1989 Regents of the University of California
  38.  * Permission to use, copy, modify, and distribute this
  39.  * software and its documentation for any purpose and without
  40.  * fee is hereby granted, provided that the above copyright
  41.  * notice appear in all copies.  The University of California
  42.  * makes no representations about the suitability of this
  43.  * software for any purpose.  It is provided "as is" without
  44.  * express or implied warranty.
  45.  *
  46.  * $MigPdev: /sprite/lib/forms/RCS/proto.h,v 1.4 89/10/28 15:57:26 rab Exp $ SPRITE (Berkeley)
  47.  */
  48.  
  49. #ifndef _MIGPDEV
  50. #define _MIGPDEV
  51.  
  52. extern int migPdev_Debug;
  53.  
  54. extern int MigPdev_OpenMaster();
  55. extern void MigPdev_End();
  56. extern void MigPdev_SignalClients();
  57.  
  58. #endif /* _MIGPDEV */
  59. @
  60.  
  61.  
  62. 1.1
  63. log
  64. @Initial revision
  65. @
  66. text
  67. @@
  68.